/* .header{
	background-color: #c0ccfe;
	background-image: none;
} */
.integral {
	width: 750px;
	height: 158px;
	background-image: url("../img/jifen_02.png");
	background-size: 100% 100%;
	margin-top: 45px;
	overflow: hidden;
	display: flex;
	justify-content: space-between;
}

.available {
	margin-top: 60px;
}

.available .num {
	margin-left: 90px;
	color: #ffffff;
	font-size: 46px;
}

.ailable {
	color: #ffffff;
	font-size: 26px;
}

.Shopping>a {
	display: block;
	margin-top: 70px;
	margin-right: 50px;
	width: 166px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 26px;
	color: #ffffff;
	background: #fa2b3e;
	border-radius: 20px;
}

.list {
	margin: 0 auto;
	margin-top: 30px;
	width: 707px;
	height: 170px;
	overflow: hidden;
	border-radius: 15px;
	box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 20px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.list-left {
	margin-left: 30px;
	display: flex;
	align-items: center;
}

.icon {
	width: 62px;
	height: 60px;

}

.list-left>span {
	font-size: 26px;
	color: #000000;
	margin-left: 26px;
}

.state>a {
	display: block;
	margin-right: 30px;
	padding: 5px 20px;
	font-size: 20px;
	color: #fff;
	background: #ededed;
	border-radius: 15px;
}

.state>a.red {
	background: #f77b81;
}

.read {
	margin: 0 auto;
	margin-top: 30px;
	width: 707px;
	height: 170px;
	overflow: hidden;
	border-radius: 15px;
	box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 20px;
	display: flex;
	align-items: center;

}

.read-img {
	width: 62px;
	height: 60px;
	margin-right: 40px;
	margin-left: 30px;
}

.read-text>h6 {
	font-size: 26px;
	color: #000000;

}

.read-text>p {
	margin-top: 20px;
	font-size: 20px;
	color: #000000;
	line-height: 30px;
}

/* todo */
.statment {
	width: 122px;
	margin-top: 30px;
	margin-left: 20px;
	height: 40px;
	font-size: 24px;
	color: #5189ef;
	border-bottom: 2px solid #5189ef;

}

.content {
	width: 706px;
	margin: 0 auto;
	padding-bottom: 100px;
}

.list-content {
	margin-top: 15px;
	display: flex;
}

.list_icon {

	margin-top: 11px;
	width: 10px;
	height: 10px;
	transform: rotate(48deg);
	background: #5189ef;
}

.list_text {
	width: 685px;
	margin-left: 10px;
	font-size: 24px;
	line-height: 35px;
	color: #000000;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
}

.content {
	margin-top: 30px;
}

.list-title {
	display: inline;
	padding: 5px 30px;
	background: #ededed;
	font-size: 20px;
	color: #000000;
	border-radius: 15px;

}

.fldh_box {
	padding: 60px 0 0;
}

.fldh_line{
	width: 710px;
	margin: 60px auto auto;
	border-bottom: 1px dashed #cccccc;
}

.fldh_tit {
	color: #5189ef;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
}

.fldh_item_tit {
	padding: 0 20px;
	margin-top: 30px;
	box-sizing: border-box;
}

.fldh_item_tit img {
	display: inline-block;
	width: 27px;
	height: auto;
	vertical-align: middle;
}

.fldh_item_tit span {
	display: inline-block;
	font-size: 24px;
	vertical-align: middle;
}

.fldh_item_list {
	overflow: hidden;
}

.fldh_item_list .fldh_item_list_t {
	width: 223px;
	float: left;
	margin-top: 20px;
	margin-left: 20px;
}

.fldh_item_list .fldh_item_list_t .pic {
	width: 100%;
	height: 180px;
	border-radius: 12px;
	background-size: cover;
	background-color: #ededed;
}

.fldh_item_list .fldh_item_list_t .txt {
	font-size: 24px;
	margin-top: 28px;
	text-align: center;
}

.fldh_item_list .fldh_item_list_t .num {
	color: #5189ef;
	font-size: 20px;
	margin-top: 12px;
	text-align: center;
}